projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
9b3e219
bb058d9
)
Auto merge of #3125 - mbrubeck:dev-deps, r=alexcrichton
author
bors
<bors@rust-lang.org>
Tue, 27 Sep 2016 23:50:36 +0000
(16:50 -0700)
committer
GitHub
<noreply@github.com>
Tue, 27 Sep 2016 23:50:36 +0000
(16:50 -0700)
Build transitive dev-dependencies when needed
When running `cargo test -p foo` where `foo` is a crate in the current workspace, build and link `foo`'s dev-dependencies. Fixes #860.
Trivial merge